Skip to content

adding potentially vulnerable file#1

Open
joshjohanning wants to merge 2 commits intomainfrom
adding-new-net
Open

adding potentially vulnerable file#1
joshjohanning wants to merge 2 commits intomainfrom
adding-new-net

Conversation

@joshjohanning
Copy link
Copy Markdown
Contributor

No description provided.

{
public static byte[] encryptString()
{
SymmetricAlgorithm serviceProvider = new DESCryptoServiceProvider();

Check failure

Code scanning / CodeQL

Weak encryption

DES encryption uses keys of 56 bits only. Switch to AesCryptoServiceProvider or RijndaelManaged instead.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants